PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawBezier Method / drawBezier(PDFPen,PDFPoint,PDFPoint,PDFPoint,PDFPoint) Method
Object that determines the color, width, and style of the curve.
Object that represents the starting point of the curve.
Object that represents the first control point for the curve.
Object that represents the second control point for the curve.
Object that represents the ending point of the curve.
In This Topic
    drawBezier(PDFPen,PDFPoint,PDFPoint,PDFPoint,PDFPoint) Method
    In This Topic
    Draws a Bézier spline specified by four Objects.
    Syntax
    public void drawBezier( 
       PDFPen pen,
       PDFPoint pt1,
       PDFPoint pt2,
       PDFPoint pt3,
       PDFPoint pt4
    )

    Parameters

    pen
    Object that determines the color, width, and style of the curve.
    pt1
    Object that represents the starting point of the curve.
    pt2
    Object that represents the first control point for the curve.
    pt3
    Object that represents the second control point for the curve.
    pt4
    Object that represents the ending point of the curve.
    See Also